home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / J-Ball / J-Ball.exe / {app} / data.000 / Scripts / sounds.script < prev   
Text File  |  2004-06-11  |  472b  |  47 lines

  1. wallbreak_snd
  2. {
  3.     type sound
  4.     sound sounds/destroy.ogg 100
  5.     {
  6.         name wall_break
  7.     }
  8. }
  9.  
  10. // menu
  11. menu_move
  12. {
  13.     type sound
  14.     sound sounds/menuMove.ogg 38
  15.     {
  16.         name menu_move
  17.     }
  18. }
  19.  
  20. menu_enter
  21. {
  22.     type sound
  23.     sound sounds/menuenter.ogg 50
  24.     {
  25.         name menu_enter
  26.     }
  27. }
  28.  
  29. menu_escape
  30. {
  31.     type sound
  32.     sound sounds/menuenter.ogg 50
  33.     {
  34.         name menu_escape
  35.     }
  36. }
  37.  
  38. menu_switch
  39. {
  40.     type sound
  41.     sound sounds/menuenter.ogg 50
  42.     {
  43.         name menu_switch
  44.     }
  45. }
  46.  
  47.